home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Utilities / QuickFile / Examples / About the Examples next >
Text File  |  2000-08-05  |  2KB  |  52 lines

  1. The examples are intended to show the capabilities of QuickFile and
  2. to give you a start in creating your own files.
  3.  
  4. AddressBook *********************************************************
  5.  
  6. This is a simple address book that includes:
  7.  
  8.     Calculated character fields.
  9.     A cycle field
  10.     A Mailing label view
  11.     A List view
  12.     A report with totals and control breaks
  13.     A report with wrapping columns
  14.     An ARexx start-up script to load all views
  15.  
  16.     Run the ARexx script Demo.rexx to demonstrate some of the available
  17.     features.
  18.  
  19. Audio ***************************************************************
  20.  
  21. This database is an attempt to handle a collection of CD, and also all
  22. kind of audio supports. It uses some ARexx scripts to view the disk
  23. definitions only, or all the songs. The database has a record for
  24. each track on a disk, but only the record of the first track has all
  25. the data for the CD (like the name of the label, the category...),
  26. so the base is not too big. A script (AddCD) can be used to add
  27. a CD to the base, but it's not finished: it only creates the records
  28. for each new track, with some minimum data. All missing data have to
  29. be entered manualy, editing each record, for each track.
  30.  
  31. Sales ***************************************************************
  32.  
  33. This database demonstrates calculated fields and a report with several
  34. levels of control breaks and totals. A startup script is also used to
  35. load an extra view. It also includes two indexes.
  36.  
  37. Tapes ***************************************************************
  38.  
  39. This represents a very simple tape library with a report that
  40. calculates the total time used on each tape.
  41.  
  42. Images **************************************************************
  43.  
  44. This demonstrates Image, External and Cycle field types. It has two
  45. External fields, one invokes the MuchMore text viewer and the other
  46. displays pictures using Mostra.
  47.  
  48. Library *************************************************************
  49.  
  50. Another very simple database for a Library including different media
  51. such as books, CDs, audio tapes, video tapes etc.
  52.